fix 'target init' command registration
authorZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 00:12:10 +0000 (16:12 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 00:16:54 +0000 (16:16 -0800)
commit4c43afce852b1ed6bff544bed6d28cce3d366886
treec9b196098094a4307ed812a7abfabcc6ecfa264e
parenta79b76d893ca5c3b8144b2098c88f516052d72fe
fix 'target init' command registration

The command handler registration was put at the top level, rather
than as a subcommand.  Move it to where it belongs.
src/target/target.c