20 lines
1012 B
Plaintext
20 lines
1012 B
Plaintext
# HOW TO EDIT THIS FILE:
|
|
# The "handy ruler" below makes it easier to edit a package description.
|
|
# Line up the first '|' above the ':' following the base package name, and
|
|
# the '|' on the right side marks the last column you can put a character in.
|
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
|
|
|
|-----handy-ruler------------------------------------------------------|
|
|
snore: snore (sleep with visual feedback)
|
|
snore:
|
|
snore: Usage: snore [-v] [NUMBER[SUFFIX]...]
|
|
snore:
|
|
snore: snore pauses for NUMBER seconds. SUFFIX may be 's' for seconds
|
|
snore: (default), 'm' for minutes, 'h' four hours or 'd' for days. Given two
|
|
snore: or more arguments, pause for the amount of time specified by the sum
|
|
snore: of their values. A visual feedback is given by printing the flowing
|
|
snore: of time in both ascending and descending order. If no arguments are
|
|
snore: given, snore pauses for 1d (one day).
|
|
snore:
|