diff --git a/cli/command/system/info.go b/cli/command/system/info.go index 25bca56daf..6259eab333 100644 --- a/cli/command/system/info.go +++ b/cli/command/system/info.go @@ -466,7 +466,8 @@ func printServerWarnings(stdErr io.Writer, info *info) { // printSecurityOptionsWarnings prints warnings based on the security options // returned by the daemon. -// DEPRECATED: warnings are now generated by the daemon, and returned in +// +// Deprecated: warnings are now generated by the daemon, and returned in // info.Warnings. This function is used to provide backward compatibility with // daemons that do not provide these warnings. No new warnings should be added // here. @@ -488,7 +489,8 @@ func printSecurityOptionsWarnings(stdErr io.Writer, info system.Info) { } // printServerWarningsLegacy generates warnings based on information returned by the daemon. -// DEPRECATED: warnings are now generated by the daemon, and returned in +// +// Deprecated: warnings are now generated by the daemon, and returned in // info.Warnings. This function is used to provide backward compatibility with // daemons that do not provide these warnings. No new warnings should be added // here.