diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2010-03-30 12:01:42 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2010-03-30 12:01:42 -0700 |
commit | e97e670054298ee60820d375c213734945a483a6 (patch) | |
tree | 1062fd85c22d4162ecc6f574355ad84c096bcaa2 /scripts | |
parent | 991d16fed5bda68a48f0118982b761951ecca193 (diff) | |
download | vyatta-cfg-quagga-e97e670054298ee60820d375c213734945a483a6.tar.gz vyatta-cfg-quagga-e97e670054298ee60820d375c213734945a483a6.zip |
Improve wording of config info save dialog.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install/install-get-partition | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install/install-get-partition b/scripts/install/install-get-partition index f010291e..85c10358 100755 --- a/scripts/install/install-get-partition +++ b/scripts/install/install-get-partition @@ -582,7 +582,7 @@ save_old_info() { if [ $num_images -gt 1 ]; then image_index=-1 while [ $image_index -lt 0 -o $image_index -ge $num_images ]; do - echo -n "Which image would you like to use? (1 .. $num_images): " + echo -n "From which image would you like to save config information? (1 .. $num_images): " read num image_index=$((num - 1)) done |