Skip to content
Snippets Groups Projects
Commit fd4633ea authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

init-service: fix in help

parent 1a7ab06a
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ if [ -z "$name" ] || [ -z "$user" ] || [ -z "$exe" ]
then
echo "Script for creating systemd deamon"
echo "Usage:"
echo " $0 name [-d] [user/'--user'] exec [cmd parametrs] [daemon options]"
echo " $0 name {user/'--user'} exec [cmd parametrs] [daemon options]"
exit 100
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment