Browse Source

minor doc update of subcommands

bmallred 10 years ago
parent
commit
f22a6f8e58
1 changed files with 7 additions and 4 deletions
  1. 7 4
      doc.go

+ 7 - 4
doc.go

2
2
3
/*
3
/*
4
Subcommands
4
Subcommands
5
	ledger
6
	period <start date> <stop date>
7
	add
8
	delete <transaction>
5
	help
6
	credit
7
	debit
8
	clear
9
	status
10
	list
11
	commit
9
*/
12
*/