mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
finished up help menu items for branches
This commit is contained in:
parent
555de23595
commit
c0c4a4c480
4
inxi
4
inxi
|
@ -106,6 +106,8 @@
|
||||||
#### -! 10 - triggers an update from the primary dev download server instead of svn
|
#### -! 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
|
#### -! 11 - triggers an update from svn branch one - if present, of course
|
||||||
#### -! 12 - triggers an update from svn branch two - 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
|
||||||
#### -! <http://......> - Triggers an update from whatever server you list.
|
#### -! <http://......> - Triggers an update from whatever server you list.
|
||||||
########################################################################
|
########################################################################
|
||||||
#### VARIABLES
|
#### 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 "-! 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 "-! 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 "-! 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 "-! <http://......> - Triggers an update from whatever server you list."
|
print_screen_output "-! <http://......> - Triggers an update from whatever server you list."
|
||||||
print_screen_output ""
|
print_screen_output ""
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue