Skip to content

Commit

Permalink
Update sync-template
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang authored May 8, 2018
1 parent 685d1a0 commit ba2e044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync-template
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ do case "$opt" in
echo "==> examples:"
echo " sync-template # this will use default template and output filename."
echo " or"
echo " sync-run -f my_template -n my_job.pbs # this will use custom template and output filename."
echo " sync-template -f my_template -n my_job.pbs # this will use custom template and output filename."
echo
exit ;;
n) pn=$OPTARG ;;
Expand Down

0 comments on commit ba2e044

Please sign in to comment.