removed unimplemented args from usage text
This commit is contained in:
parent
7d42eaf2b8
commit
54cceabdce
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ public static class Usage {
|
||||||
Console.WriteLine(@"Valerie Wolfe <sleeplessval@gmail.com>
|
Console.WriteLine(@"Valerie Wolfe <sleeplessval@gmail.com>
|
||||||
Shows quotes from a set of files.
|
Shows quotes from a set of files.
|
||||||
|
|
||||||
usage: fortune-cs [files...]");
|
usage: fortune-cs");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void ListText(string[] files) {
|
public static void ListText(string[] files) {
|
||||||
|
|
Loading…
Reference in a new issue