[tomboy] Added info on cmdline html export to --help option
- From: Jared L Jennings <jjennings src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tomboy] Added info on cmdline html export to --help option
- Date: Tue, 1 May 2012 16:56:50 +0000 (UTC)
commit a4a8b32174833f8351eb59ebbee8034710e90d87
Author: Robert Nordan <rpvn robpvn net>
Date: Fri Apr 27 10:25:39 2012 +0200
Added info on cmdline html export to --help option
Signed-off-by: Jared Jennings <jjennings src gnome org>
Tomboy/Tomboy.cs | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/Tomboy/Tomboy.cs b/Tomboy/Tomboy.cs
index 4b167b6..5e62fc8 100644
--- a/Tomboy/Tomboy.cs
+++ b/Tomboy/Tomboy.cs
@@ -604,6 +604,12 @@ namespace Tomboy
" --start-here\t\t\tDisplay the 'Start Here' note.\n" +
" --highlight-search [text]\tSearch and highlight text " +
"in the opened note.\n");
+ usage +=
+ Catalog.GetString (
+ " --addin:html-export-all [path]\tExports all notes to " +
+ "HTML in the given location.\n" +
+ " --addin:html-export-all-quit [path]\tExports all notes to " +
+ "HTML in the given location and then quits.\n");
Console.WriteLine (usage);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]