diff options
Diffstat (limited to 'atf-sh/atf-check.cpp')
-rw-r--r-- | atf-sh/atf-check.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atf-sh/atf-check.cpp b/atf-sh/atf-check.cpp index 66f6c4c9ef998..b08c020e95d5e 100644 --- a/atf-sh/atf-check.cpp +++ b/atf-sh/atf-check.cpp @@ -724,7 +724,7 @@ const char* atf_check::m_description = "atf-check executes given command and analyzes its results."; atf_check::atf_check(void) : - app(m_description, "atf-check(1)", "atf(7)"), + app(m_description, "atf-check(1)"), m_xflag(false) { } |