Skip to content

Commit d8c349a

Browse files
committed
auth: remove prompt from documentation
1 parent efe6805 commit d8c349a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func ExampleCredential_x509Authentication() {
1515
// The best way to generate the DN with the correct ordering is with
1616
// openssl:
1717
//
18-
// dom:mgo % openssl x509 -in client.crt -inform PEM -noout -subject -nameopt RFC2253
18+
// openssl x509 -in client.crt -inform PEM -noout -subject -nameopt RFC2253
1919
// subject= CN=Example App,OU=MongoDB Client Authentication,O=GlobalSign,C=GB
2020
//
2121
//

0 commit comments

Comments
 (0)