NAME
blaze-remove - remove a post/page from the BlazeBlogger repository
SYNOPSIS
blaze-remove [-fipqPV] [-b directory] id...
blaze-remove -h | -v
DESCRIPTION
blaze-remove deletes the blog posts or pages with given ids from the
BlazeBlogger repository.
OPTIONS
-b, --blogdir directory
Specify the directory where the BlazeBlogger repository is placed.
The default option is the current working directory.
-p, --page, --pages
Remove pages instead of blog posts.
-P, --post, --posts
Remove blog posts; this is the default option.
-i, --interactive
Prompt before post/page removal.
-f, --force
Do not prompt before post/page removal; this is the default option.
-q, --quiet
Avoid displaying messages that are not necessary.
-V, --verbose
Display all messages. This is the default option.
-h, --help
Display usage information and exit.
-v, --version
Display version information and exit.
SEE ALSO
perl(1).
BUGS
To report bug or even send patch, either add new issue to the project
bugtracker at <http://code.google.com/p/blazeblogger/issues/>, or visit
the discussion group at <http://groups.google.com/group/blazeblogger/>.
You can also contact the author directly via e-mail.
AUTHOR
Written by Jaromir Hradilek <jhradilek@gmail.com>.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included as a file called FDL in the main
directory of the BlazeBlogger source package.
COPYRIGHT
Copyright (C) 2008, 2009 Jaromir Hradilek
This program is free software; see the source for copying conditions.
It is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.