diff options
Diffstat (limited to 'atf-sh/atf-sh.cpp')
-rw-r--r-- | atf-sh/atf-sh.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atf-sh/atf-sh.cpp b/atf-sh/atf-sh.cpp index d7bc7fc82bc00..e985e79ab96fc 100644 --- a/atf-sh/atf-sh.cpp +++ b/atf-sh/atf-sh.cpp @@ -122,7 +122,7 @@ const char* atf_sh::m_description = "system sh(1) with the atf-sh library."; atf_sh::atf_sh(void) : - app(m_description, "atf-sh(1)", "atf(7)") + app(m_description, "atf-sh(1)") { } |