add (scripts help)
authorAndy Wingo <wingo@pobox.com>
Sat, 23 Jul 2011 16:24:16 +0000 (18:24 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 23 Jul 2011 16:24:16 +0000 (18:24 +0200)
commitf4a76a315ad8f1f6f4dbdfbd2f030c6b299cb5a4
treecbeb502ad36171433eedaa431ca202523357a751
parenta1a2ed534278b968767727485f84e5957c039c23
add (scripts help)

* meta/guild.in (display-version): Use (ice-9 command-line)'s
  version-etc.
  (main): Dispatch --help to guild help.

* module/scripts/help.scm: New file, a copy of list.scm, but with a
  better name.

* module/Makefile.am: Add help.scm to the list.

* module/scripts/list.scm: Change to be an alias to "help".
  (list-scripts): Restore this API.
meta/guild.in
module/Makefile.am
module/scripts/help.scm [new file with mode: 0644]
module/scripts/list.scm