You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sushiro
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
#!/usr/bin/env bash
2
2
#
3
-
# sushiro 0.0.3
3
+
# sushiro 0.0.4
4
4
# (C) 2018 redpeacock78
5
5
# GPLv3 is applied to this script
6
6
@@ -22,7 +22,7 @@
22
22
23
23
###USAGE###
24
24
[[ "${1}"="-h" ]] && \
25
-
printf"sushiro version 0.0.3\n\nUSAGE: sushiro [OPTIONS] [ANYTHING]\nOptions:\n -l NUMBER\n Randomly display the number of specified menus\n (By default it display one item)\n -p MENU_NAME\n Display price of menu corresponding to name\n -k MENU_NAME\n Display the calorie of the name corresponding menu\n -a\n Display names of all menus\n -f\n Fetch menus from www.akindo-sushiro.co.jp\n"&& \
25
+
printf"sushiro version 0.0.4\n\nUSAGE: sushiro [OPTIONS] [ANYTHING]\nOptions:\n -l NUMBER\n Randomly display the number of specified menus\n (By default it display one item)\n -p MENU_NAME\n Display price of menu corresponding to name\n -k MENU_NAME\n Display the calorie of the name corresponding menu\n -a\n Display names of all menus\n -f\n Fetch menus from www.akindo-sushiro.co.jp\n"&& \
0 commit comments