Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1b2d93ff authored by BOULLE Olivier's avatar BOULLE Olivier
Browse files

fix help function

parent 3e812fcd
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,10 @@ source "$project_dir"/workflow_commands/log_manager.sh #load the log manager scr
help_function() {
echo ""
echo "Usage: dna_add [-nocd] DName CName"
echo "Usage: dna_add [-nocd] CName DName "
echo -e "\t-nocd : turn off channel encoding"
echo -e "\tDName : path to the document"
echo -e "\tCName : path to the container"
echo -e "\tDName : path to the document"
echo ""
exit 1 # Exit script after printing help
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment