Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
runcron
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
silver-platter
runcron
Commits
df8de965
Commit
df8de965
authored
10 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
clarify usage of --
parent
7bb4c623
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
runcron.c
+4
-1
4 additions, 1 deletion
runcron.c
with
4 additions
and
1 deletion
runcron.c
+
4
−
1
View file @
df8de965
...
@@ -29,7 +29,7 @@ char *lock_dir = "/var/tmp";
...
@@ -29,7 +29,7 @@ char *lock_dir = "/var/tmp";
int
usage
()
{
int
usage
()
{
fprintf
(
stderr
,
fprintf
(
stderr
,
"%s v%s - a cron job wrapper
\n
"
"%s v%s - a cron job wrapper
\n
"
"Usage: %s [<OPTIONS>] <COMMAND> [<ARGS>...]
\n
"
"Usage: %s [<OPTIONS>]
[--]
<COMMAND> [<ARGS>...]
\n
"
"
\n
"
"
\n
"
"Known options:
\n
"
"Known options:
\n
"
"
\n
"
"
\n
"
...
@@ -59,6 +59,9 @@ int usage() {
...
@@ -59,6 +59,9 @@ int usage() {
" lock to be released, failing with an error if after SECONDS
\n
"
" lock to be released, failing with an error if after SECONDS
\n
"
" the lock could not be obtained. If set to 0 (the default),
\n
"
" the lock could not be obtained. If set to 0 (the default),
\n
"
" wait forever. Specifying this option implies --wait.
\n
"
" wait forever. Specifying this option implies --wait.
\n
"
"
\n
"
"If you are passing options to COMMAND, remember to use `--' to tell the runcron
\n
"
"option parser to stop interpreting options for itself.
\n
"
"
\n
"
,
"
\n
"
,
PACKAGE
,
PACKAGE_VERSION
,
PACKAGE
PACKAGE
,
PACKAGE_VERSION
,
PACKAGE
);
);
...
...
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