Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHEF
cookbooks
cernvm-fs
Commits
773da1d9
Commit
773da1d9
authored
Oct 31, 2013
by
Victor Penso
Committed by
Victor Penso
Oct 31, 2013
Browse files
add missing options to help text
parent
d1e2eb70
Changes
1
Hide whitespace changes
Inline
Side-by-side
files/default/cvmfs-install
View file @
773da1d9
...
...
@@ -23,16 +23,20 @@ _script=$(basename $0)
# Help text for this script
function
_help
()
{
echo
"Usage:
$_script
[OPTIONS] [VERSION]
OPTIONS
echo
"Usage:
Install CVMFS locally and/or build Debian packages.
$_script
[-bdhp] VERSION
Options:
-b,--build-only
Do not install the binaries.
-d, --debug
Print debug messages
-h, --help
Show this test."
Show this test.
-p,--build-package
Build Debian packages."
}
# enable line numbers for debug output
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment