Browse Source

Use $PROGRAM_NAME, not $0

Matteo Savatteri 3 years ago
parent
commit
0bc12b3870
1 changed files with 2 additions and 1 deletions
  1. 2 1
      vaporget

+ 2 - 1
vaporget

@@ -16,8 +16,9 @@
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # Global Variables
+PROGRAM_NAME="vaporget"
 WEBSITE="https://vaporwave.ivan.moe/list/"
-USAGE="Usage: $0 [-pdh] [-m \"mpv_option_1[, mpv_option_2, mpv_option_3 ...]]\""
+USAGE="Usage: $PROGRAM_NAME [-pdh] [-m MPV_OPTION,...]"
 MODE="play"
 
 ###############################################################################