Utils/Console: Add CharAsString utility
[senf.git] / senf / Utils / Console / Traits.cti
index f6dd892..2d9c65a 100644 (file)
@@ -106,7 +106,7 @@ parse(ParseCommandInfo::TokensRange const & tokens, CharT & out)
 template <class CharT>
 prefix_ std::string senf::console::detail::CharArgumentTraits<CharT>::description()
 {
-    return std::numeric_limits<CharT>::is_signed ? "byte" : "unsigned byte";
+    return std::numeric_limits<CharT>::is_signed ? "byte" : "ubyte";
 }
 
 ///////////////////////////////cti.e///////////////////////////////////////