cosmetics

This commit is contained in:
Bernhard Landauer 2018-04-15 20:42:56 +02:00
parent dafd48a413
commit 6116773a23
2 changed files with 4 additions and 4 deletions

View file

@ -360,7 +360,7 @@ Usage: deployiso [options]
-p Source folder to upload [default:default]
-q Query settings and pretend upload
-s Sign ISO and create checksums
-t Create iso torrent
-t Create ISO torrent
-u Update remote directory
-v Verbose output
~~~

View file

@ -81,11 +81,11 @@ usage() {
echo "Usage: ${0##*/} [options]"
echo ' -d Use hidden remote directory'
echo ' -h This help'
echo " -l Limit bandwidth in kB/s [default:${limit}]"
echo " -p Source folder to upload [default:${build_list_iso}]"
echo " -l Limit bandwidth in kB/s [default: ${limit}]"
echo " -p Source folder to upload [default: ${build_list_iso}]"
echo ' -q Query settings and pretend upload'
echo ' -s Sign ISO and create checksums'
echo ' -t Create iso torrent'
echo ' -t Create ISO torrent'
echo ' -u Update remote directory'
echo ' -v Verbose output'
echo ''