Skip to content

Commit

Permalink
add note for command line
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 22, 2017
1 parent 6311630 commit 15e2e0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/clients/ntp-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ def main

Yast.include self, "ntp-client/commandline.rb"

if !Yast::WFM.Args.empty?
puts "Command line not supported yet for chrony."
return nil
end

# main ui function
@ret = CommandLine.Run(@cmdline)
Builtins.y2debug("ret=%1", @ret)
Expand Down

0 comments on commit 15e2e0d

Please sign in to comment.