Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
7ea751f7
Commit
7ea751f7
authored
4 years ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/scfg/scfg.h
+13
-9
13 additions, 9 deletions
src/sbbs3/scfg/scfg.h
with
13 additions
and
9 deletions
src/sbbs3/scfg/scfg.h
+
13
−
9
View file @
7ea751f7
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment