Mention that -c option can only take 127 bytes maximum.
diff --git a/palo.conf b/palo.conf
index 36256bc..9bb25ce 100644
--- a/palo.conf
+++ b/palo.conf
@@ -15,6 +15,7 @@
# (if an option is repeated, the last instance of it takes precedence)
# -?, --help Print this information
# -c, --commandline=default kernel command line
+# Maximum 127 characters.
# -k, --recoverykernel=path to recovery kernel (perhaps /boot/vmlinux)
# -b, --bootloader=path to boot loader
Defaults to /usr/share/palo/iplboot -- you usually don't
diff --git a/palo/usage.txt b/palo/usage.txt
index b403630..383fee6 100644
--- a/palo/usage.txt
+++ b/palo/usage.txt
@@ -2,6 +2,7 @@
(if an option is repeated, the last instance of it takes precedence)
-?, --help Print this information
-c, --commandline=default kernel command line
+ Maximum 127 characters.
-k, --recoverykernel=path to recovery kernel (perhaps /boot/vmlinux)
-b, --bootloader=path to boot loader (usually /usr/share/palo/iplboot)
-r, --ramdisk=path to initial ramdisk image