Config: Rewrite docs
This commit is contained in:
parent
597a6a8641
commit
13e2d190e5
1 changed files with 22 additions and 6 deletions
|
@ -304,18 +304,34 @@ song_shorthand="off"
|
||||||
# Birthday
|
# Birthday
|
||||||
|
|
||||||
|
|
||||||
# Whether to show a long pretty output
|
# Shorten the output of the Birthday functon.
|
||||||
# or a shortened one
|
#
|
||||||
# NOTE: Long pretty output doesn't work on OpenBSD or NetBSD.
|
# Default: 'off'
|
||||||
# --birthday_shorthand on, off
|
# Values: 'on', 'off'
|
||||||
|
# Flag: --birthday_shorthand
|
||||||
|
# Supports: 'off' doesn't work on OpenBSD and NetBSD.
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
# on: 'Thu 14 Apr 2016 11:50 PM'
|
||||||
|
# off: '2016-04-14 23:50:55'
|
||||||
birthday_shorthand="off"
|
birthday_shorthand="off"
|
||||||
|
|
||||||
# Whether to show the time in the output
|
# Whether to show the time in the output
|
||||||
# --birthday_time on, off
|
#
|
||||||
|
# Default: 'on'
|
||||||
|
# Values: 'on', 'off'
|
||||||
|
# Flag: --birthday_time
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
# on: 'Thu 14 Apr 2016 11:50 PM'
|
||||||
|
# off: 'Thu 14 Apr 2016'
|
||||||
birthday_time="on"
|
birthday_time="on"
|
||||||
|
|
||||||
# Date format to use when printing birthday
|
# Date format to use when printing birthday
|
||||||
# --birthday_format "format"
|
#
|
||||||
|
# Default: '+%a %d %b %Y %l:%M %p'
|
||||||
|
# Values: 'date format'
|
||||||
|
# Flag: --birthday_format
|
||||||
birthday_format="+%a %d %b %Y %l:%M %p"
|
birthday_format="+%a %d %b %Y %l:%M %p"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue