|
|
baab13 |
From 5c1cd1425d358d70bdd00a1b9efcac60f8189bd1 Mon Sep 17 00:00:00 2001
|
|
|
baab13 |
From: Matej Habrnal <mhabrnal@redhat.com>
|
|
|
baab13 |
Date: Thu, 21 May 2015 11:52:35 +0200
|
|
|
baab13 |
Subject: [PATCH] doc: update abrt-cli man page
|
|
|
baab13 |
|
|
|
baab13 |
Related to rhbz#1179752
|
|
|
baab13 |
|
|
|
baab13 |
Related: #1224984
|
|
|
baab13 |
|
|
|
baab13 |
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
|
|
|
baab13 |
---
|
|
|
baab13 |
doc/abrt-cli.txt | 28 +++++++++++++++++++++-------
|
|
|
baab13 |
1 file changed, 21 insertions(+), 7 deletions(-)
|
|
|
baab13 |
|
|
|
baab13 |
diff --git a/doc/abrt-cli.txt b/doc/abrt-cli.txt
|
|
|
baab13 |
index cd14bc9..399b5fd 100644
|
|
|
baab13 |
--- a/doc/abrt-cli.txt
|
|
|
baab13 |
+++ b/doc/abrt-cli.txt
|
|
|
baab13 |
@@ -7,30 +7,44 @@ abrt-cli - List, remove, print, analyze, report problems
|
|
|
baab13 |
|
|
|
baab13 |
SYNOPSIS
|
|
|
baab13 |
--------
|
|
|
baab13 |
-'abrt-cli' list [-vdf] [DIR]...
|
|
|
baab13 |
+'abrt-cli' list [-vn] [--detailed] [--since NUM] [--until NUM] [DIR]...
|
|
|
baab13 |
|
|
|
baab13 |
-'abrt-cli' remove [-v] DIR...
|
|
|
baab13 |
+'abrt-cli' remove [-v] DIR...
|
|
|
baab13 |
|
|
|
baab13 |
-'abrt-cli' report [-v] DIR...
|
|
|
baab13 |
+'abrt-cli' report [-v] [--delete] DIR...
|
|
|
baab13 |
|
|
|
baab13 |
-'abrt-cli' info [-vd] [-s SIZE] DIR...
|
|
|
baab13 |
+'abrt-cli' info [-v] [--detailed] [-s SIZE] DIR...
|
|
|
baab13 |
|
|
|
baab13 |
-'abrt-cli' process [-v] DIR...
|
|
|
baab13 |
+'abrt-cli' status [-vb] [--since NUM]
|
|
|
baab13 |
+
|
|
|
baab13 |
+'abrt-cli' process [-v] [--since NUM] DIR...
|
|
|
baab13 |
|
|
|
baab13 |
OPTIONS
|
|
|
baab13 |
-------
|
|
|
baab13 |
-v,--verbose::
|
|
|
baab13 |
Be more verbose. Can be given multiple times.
|
|
|
baab13 |
|
|
|
baab13 |
--d,--detailed::
|
|
|
baab13 |
+-b, --bare::
|
|
|
baab13 |
+ Print only the problem count without any message
|
|
|
baab13 |
+
|
|
|
baab13 |
+--detailed::
|
|
|
baab13 |
Show detailed report
|
|
|
baab13 |
|
|
|
baab13 |
+--delete::
|
|
|
baab13 |
+ Remove PROBLEM_DIR after reporting
|
|
|
baab13 |
+
|
|
|
baab13 |
-n,--not-reported::
|
|
|
baab13 |
List only not-reported problems
|
|
|
baab13 |
|
|
|
baab13 |
--s,--size SIZE:
|
|
|
baab13 |
+--size SIZE::
|
|
|
baab13 |
Text larger than SIZE bytes will be shown abridged
|
|
|
baab13 |
|
|
|
baab13 |
+--since NUM::
|
|
|
baab13 |
+ Selects only problems detected after timestamp
|
|
|
baab13 |
+
|
|
|
baab13 |
+--until NUM::
|
|
|
baab13 |
+ Selects only the problems older than specified timestamp
|
|
|
baab13 |
+
|
|
|
baab13 |
AUTHORS
|
|
|
baab13 |
-------
|
|
|
baab13 |
* ABRT team
|
|
|
baab13 |
--
|
|
|
baab13 |
2.4.3
|
|
|
baab13 |
|