Changeset 960 for trunk/client/src/rc/rc.rc_
- Timestamp:
- Aug 16, 2016, 5:41:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/src/rc/rc.rc_
r756 r960 38 38 "Help for command line utility:\r\n" 39 39 "\r\n" 40 "nd mount smbfs s:\\mountpoint ;workgroup=...;server=...;share=...;user=...;password=...;master=...;mastertype=...;easupport=... \r\n"40 "nd mount smbfs s:\\mountpoint ;workgroup=...;server=...;share=...;user=...;password=...;master=...;mastertype=...;easupport=...;loglevel=...\r\n" 41 41 "\r\n" 42 42 " workgroup - name of workgroup\r\n" … … 48 48 " mastertype - 0 if 'master' is the name of master server, 1 if 'master' is the name of master workgroup\r\n" 49 49 " easupport - 0 to not support EA, 1 to support\r\n" 50 " loglevel - 0 no log, 2 standard log, 5 verbose, 10 very big log\r\n" 50 51 "\r\n" 51 52 } … … 126 127 RCDATA (DLG_ID + 11) 127 128 { 129 SPIN_LOGLEVEL, PARMTYPE_INT, 0L, 10L, "loglevel", "%d", 0L 130 } 131 132 RCDATA (DLG_ID + 12) 133 { 128 134 1 129 135 }
Note:
See TracChangeset
for help on using the changeset viewer.