diff options
author | Julio Merino <jmmv@FreeBSD.org> | 2014-02-14 14:41:25 +0000 |
---|---|---|
committer | Julio Merino <jmmv@FreeBSD.org> | 2014-02-14 14:41:25 +0000 |
commit | 8fee91db34c6746951ced9a348b36c5b758d576e (patch) | |
tree | a986bed64ee725de3eb52c5f0838f6c59b8aa7d9 /atf-sh/atf-sh.cpp | |
parent | bf351e294647b19b2abb7e59344e619866206e71 (diff) |
Notes
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)") { } |