Skip to content
Snippets Groups Projects
Commit 7ea751f7 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add more cmd-line specifiers (e.g. %g, %j, %k) to online help.

parent 8ac7aa6a
No related branches found
No related tags found
No related merge requests found
......@@ -50,18 +50,22 @@
#define SCFG_CMDLINE_SPEC_HELP "\n" \
"The following is a list of commonly-used command-line specifiers:\n" \
"\n" \
" `%f` The path/filename of the file to act upon or door/game drop file\n" \
" `%f` The path/filename of the file to act upon or door/game `drop file`\n" \
" `%s` File specification (e.g. `*.txt`) or the current `Startup Directory`\n" \
" `%!` The Synchronet `exec` directory (use `%@` for non-Unix only)\n" \
" `%.` Executable file extension (`.exe`, or blank for Unix systems)\n" \
" `%n` The current node directory\n" \
" `%#` The current node number\n" \
" `%a` The current user's alias\n" \
" `%1` The current user's number (use `%2`, `%3`, etc. for 0-padded values)\n" \
" `%h` The current TCP/IP socket descriptor (handle) value\n" \
" `%!` The Synchronet `exec directory` (use `%@` for non-Unix only)\n" \
" `%g` The Synchronet `temp directory`\n" \
" `%j` The Synchronet `data directory`\n" \
" `%k` The Synchronet `ctrl directory`\n" \
" `%z` The Synchronet `text directory`\n" \
" `%n` The current `node directory`\n" \
" `%#` The current `node number`\n" \
" `%a` The current `user's alias`\n" \
" `%1` The current `user's number` (use `%2`, `%3`, etc. for 0-padded values)\n" \
" `%h` The current TCP/IP `socket` descriptor (handle) value\n" \
" `%p` The current connection type (protocol, e.g. `telnet`, `rlogin`, etc.)\n" \
" `%r` The current user's terminal height (rows)\n" \
" `%w` The current user's terminal width (columns)\n" \
" `%r` The current user's terminal height (`rows`)\n" \
" `%w` The current user's terminal width (`columns`)\n" \
"\n" \
"For a complete list of the supported command-line specifiers, see:\n" \
"`http://wiki.synchro.net/config:cmdline`\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment