Browse Source

One tip should only show up for astronaut

master
mid-kid 8 years ago
parent
commit
a5d7126ff4
  1. 3
      astronaut/astronaut

3
astronaut/astronaut

@ -68,8 +68,7 @@ Usage: $0 [-sbipr <dir>] [-Id] [-o <options>] <satellite>
-v Only build vcs package if any updates have been made to it
-o Set package options (comma-separated)
Tips:
- Use \`head -n 36 $0 > astronaut.conf.example\` to generate a default configuration file.
Tips:$([ "$(basename "$0")" = "astronaut" ] && printf "\n- Use \`head -n 36 $0 > astronaut.conf.example\` to generate a default configuration file.")
- Keep in mind that when specifying options on the command line in a string, the first always takes priority.
For example, in \"opt,someotheropt,!opt\", opt is enabled, due to it being the first occurrence.
- If you have set \$dir_satellites in the config, you can omit the .sat suffix.

Loading…
Cancel
Save