From c0c4a4c4806894cd9d4faa9b4d2d3aa9fdde220a Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 18 Feb 2009 06:33:30 +0000 Subject: [PATCH] finished up help menu items for branches --- inxi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inxi b/inxi index 3ea0270..dec773d 100755 --- a/inxi +++ b/inxi @@ -106,6 +106,8 @@ #### -! 10 - triggers an update from the primary dev download server instead of svn #### -! 11 - triggers an update from svn branch one - if present, of course #### -! 12 - triggers an update from svn branch two - if present, of course +#### -! 13 - triggers an update from svn branch three - if present, of course +#### -! 14 - triggers an update from svn branch four - if present, of course #### -! - Triggers an update from whatever server you list. ######################################################################## #### VARIABLES @@ -1011,6 +1013,8 @@ show_options() print_screen_output "-! 10 - Triggers an update from the primary dev download server instead of svn." print_screen_output "-! 11 - Triggers an update from svn branch one - if present, of course." print_screen_output "-! 12 - Triggers an update from svn branch two - if present, of course." + print_screen_output "-! 13 - Triggers an update from svn branch three - if present, of course." + print_screen_output "-! 14 - Triggers an update from svn branch four - if present, of course." print_screen_output "-! - Triggers an update from whatever server you list." print_screen_output "" fi