[vitunes-commits] [ryanflannery/vitunes] b22623: Move e-command documentation to man pages

  • From: Ryan Flannery <ryan.flannery@xxxxxxxxx>
  • To: vitunes-commits@xxxxxxxxxxxxx
  • Date: Sat, 21 Jan 2012 18:18:32 -0800

  Branch: refs/heads/master
  Home:   https://github.com/ryanflannery/vitunes
  Commit: b2262350ae848ff837102f6fcfb1080a6a1536ef
      
https://github.com/ryanflannery/vitunes/commit/b2262350ae848ff837102f6fcfb1080a6a1536ef
  Author: Ryan Flannery <ryan.flannery@xxxxxxxxx>
  Date:   2012-01-21 (Sat, 21 Jan 2012)

  Changed paths:
    M Makefile
  A doc/vitunes-add.1
  A doc/vitunes-addurl.1
  A doc/vitunes-check.1
  A doc/vitunes-flush.1
  A doc/vitunes-init.1
  A doc/vitunes-rm.1
  A doc/vitunes-tag.1
  A doc/vitunes-update.1
  A doc/vitunes.1
  M e_commands.c
  M e_commands.h
  R vitunes.1

  Log Message:
  -----------
  Move e-command documentation to man pages

Now, all help documentation for e-commands are in their own man pages
that are installed as 'vitunes-<COMMAND>'.  Additionally, the command:
   $ vitunes -e help <COMMAND>
will now simply load that man page.

Work still needs to be done tweaking the man pages, and updating the
main man page.


  Commit: 1c53ae775148293b8b87e61b84a250ce7d2638e4
      
https://github.com/ryanflannery/vitunes/commit/1c53ae775148293b8b87e61b84a250ce7d2638e4
  Author: Ryan Flannery <ryan.flannery@xxxxxxxxx>
  Date:   2012-01-21 (Sat, 21 Jan 2012)

  Changed paths:
    M e_commands.c

  Log Message:
  -----------
  Condense vitunes -e help output

No need to be so verbose in the output.  Just a one line description
for each e-command.


Compare: https://github.com/ryanflannery/vitunes/compare/f894ac2...1c53ae7

Other related posts:

  • » [vitunes-commits] [ryanflannery/vitunes] b22623: Move e-command documentation to man pages - Ryan Flannery