summaryrefslogtreecommitdiffstats
path: root/src/cli/cli.c
Commit message (Collapse)AuthorAgeFilesLines
* abrt-cli: fix inverted logic check for -lDenys Vlasenko2011-03-181-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Replace FILENAME_MESSAGE with FILENAME_REPORTED_TO.Denys Vlasenko2011-03-181-2/+2
| | | | | | | | | | | This fixes the problem with abrt-cli not showing unreported bugs and abrt-gui not showing "green lamp" for reported bugs. In general, it introduces a way to record reporting results, such as Bugzilla URL, in dump dir. In the future, this enables such functions as "check BZ status". Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* CLI.cpp -> cli.cNikola Pajkovsky2011-03-111-0/+432
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>