Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
1520587d
...
1520587d203b0a2e14ef8e07c118ac1758d0451c
authored
2001-11-13 13:41:55 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Missed newline in help output.
1 parent
37b56aa2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
comsat/comsat.c
comsat/comsat.c
View file @
1520587
...
...
@@ -578,7 +578,7 @@ void
help
()
{
printf
(
"Usage: comsatd [OPTIONS]
\n
"
);
printf
(
"Options are:"
);
printf
(
"Options are:
\n
"
);
printf
(
" -c, --config=PATH read configuration from the file
\n
"
);
printf
(
" -d, --daemon run in daemon mode
\n
"
);
printf
(
" -h, --help display this help and exit
\n
"
);
...
...
Please
register
or
sign in
to post a comment