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
8392baf8
Commit
8392baf8
authored
14 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo in usage help (-x <name>, not -x<name).
parent
f7a2f374
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/addfiles.c
+16
-16
16 additions, 16 deletions
src/sbbs3/addfiles.c
with
16 additions
and
16 deletions
src/sbbs3/addfiles.c
+
16
−
16
View file @
8392baf8
...
...
@@ -636,22 +636,22 @@ char *usage="\nusage: addfiles code [.alt_path] [-opts] +list "
"
\n
or: addfiles code [.alt_path] [-opts] file "
"
\"
description
\"\n
"
"
\n
available opts:"
"
\n
a import ASCII only (no extended ASCII)"
"
\n
b synchronize database with file list (use with caution)"
"
\n
c do not remove extra spaces from file description"
"
\n
d delete list after import"
"
\n
e do not import extended descriptions"
"
\n
f include file date in descriptions"
"
\n
t include today's date in descriptions"
"
\n
i include added files in upload statistics"
"
\n
n do not update information for existing files"
"
\n
o update upload date only for existing files"
"
\n
u do not update upload date for existing files"
"
\n
z check for and import FILE_ID.DIZ and DESC.SDI"
"
\n
k keep original short description (not DIZ)"
"
\n
s search directory for files (no file list)"
"
\n
l
<lib>
specify library (short name) to Auto-ADD"
"
\n
x
<name>
specify uploader's user name (may require quotes)"
"
\n
-
a import ASCII only (no extended ASCII)"
"
\n
-
b synchronize database with file list (use with caution)"
"
\n
-
c do not remove extra spaces from file description"
"
\n
-
d delete list after import"
"
\n
-
e do not import extended descriptions"
"
\n
-
f include file date in descriptions"
"
\n
-
t include today's date in descriptions"
"
\n
-
i include added files in upload statistics"
"
\n
-
n do not update information for existing files"
"
\n
-
o update upload date only for existing files"
"
\n
-
u do not update upload date for existing files"
"
\n
-
z check for and import FILE_ID.DIZ and DESC.SDI"
"
\n
-
k keep original short description (not DIZ)"
"
\n
-
s search directory for files (no file list)"
"
\n
-l
<lib> specify library (short name) to Auto-ADD"
"
\n
-x
<name> specify uploader's user name (may require quotes)"
"
\n
"
"
\n
Auto-ADD: use - in place of code for Auto-ADD of FILES.BBS"
"
\n
use -filename to Auto-ADD a different filename"
...
...
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