Skip to content

Commit

Permalink
Use POSIX-style flags
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhammond committed Mar 9, 2014
1 parent 54d6a8f commit 2e79907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jp/main.go
Expand Up @@ -4,11 +4,11 @@
package main

import (
"flag"
"fmt"
"os"

"code.google.com/p/go.crypto/ssh/terminal"
flag "github.com/ogier/pflag"
"github.com/paulhammond/jp"
)

Expand Down

0 comments on commit 2e79907

Please sign in to comment.