traceroute: fix help text to not show -6 when traceroute6 is off
[oweals/busybox.git] / shell / Config.in
index cf151933bb67b09e46d42d105bf594ac8b65589c..998672cfc507c72a3c6387bf08313001c9629278 100644 (file)
@@ -187,7 +187,7 @@ config HUSH_INTERACTIVE
        help
          Enable interactive mode (prompt and command editing).
          Without this, hush simply reads and executes commands
-         from stdin just like a shell script from the file.
+         from stdin just like a shell script from a file.
          No prompt, no PS1/PS2 magic shell variables.
 
 config HUSH_JOB
@@ -250,6 +250,14 @@ config HUSH_EXPORT_N
        help
          Enable support for export '-n' option in hush. It is a bash extension.
 
+config HUSH_RANDOM_SUPPORT
+       bool "Pseudorandom generator and $RANDOM variable"
+       default n
+       depends on HUSH
+       help
+         Enable pseudorandom generator and dynamic variable "$RANDOM".
+         Each read of "$RANDOM" will generate a new pseudorandom value.
+
 config LASH
        bool "lash (deprecated: aliased to hush)"
        default n