cleanup docs, getopt arg parsing
[automated-distro-installer] / dsfull
diff --git a/dsfull b/dsfull
index a8a2f1ff3611334775bcc365726c580bd201bfbb..814300e02c523eabe38d5f0b4997a0538040a748 100755 (executable)
--- a/dsfull
+++ b/dsfull
@@ -2,6 +2,9 @@
 # Copyright (C) 2016 Ian Kelling
 
 # distro setup full using fai. (assuming we already synced data files to the host)
+# Usage: dsfull [-r] HOST
+# -r for no reboot.
+
 
 set -eE -o pipefail
 cleanup() { :; }