Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fakeuser
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
#

if [ $# -lt 1 -o "$1"x = "-h"x -o "$1"x = "--help"x ]; then
printf "fakeuser COMMAND ...\n\n%s\n%s\n\n%s" \
printf "fakeuser COMMAND ...\n\n%s\n%s\n\n%s\n" \
"fakeuser runs a program in an environment that supports adding temporary" \
"users with fakeadd that are not known to the running operating system." \
"(c) 2016 by ProgAndy under GPLv2+\n"
"(c) 2016 by ProgAndy under GPLv2+"
exit
fi

Expand Down