commit - 421e5894018406b90aeb34ab0d4ed7aa2ace09bd
commit + 68335697b094d7c1bcb943f5b0ec28352e30b0a9
blob - 3388f1a80c40332a3159524dbd23d3e97170a27f
blob + 73956f3e3a51a165a2b1d0b3e72a058faf4b320e
--- cmd/apget/apget.go
+++ cmd/apget/apget.go
// Command apget retrieves the ActivityPub object accessible at url
-// and prints a JSON-encoded representation to the standard output.
+// and prints a formatted representation to the standard output.
//
// Its usage is:
//
// The flags understood are:
//
// -m
-// Print the activity as a RFC5322 message
+// Print the activity as a RFC5322 message.
+// The default is indented JSON.
//
// # Examples
//